tooltip: Fix positioning
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 May 2020 05:22:02 +0000 (01:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 May 2020 05:22:02 +0000 (01:22 -0400)
commit5e35a4b69a4a2a53a13dc5df5fb209b7bfb6745a
treea9cb619fbe3774f431978f661249d29dcf2ab9a6
parent3035bf1e39f4f85c3499cf79860e89471ac8bd4f
tooltip: Fix positioning

There are a few more places where we were forgetting
to apply the surface->native transform. With these
changes, tooltips are positioned correctly when
the toplevel has padding applied.

Fixes: #1619
gtk/gtktooltip.c